@charset "utf-8";
/* CSS Document */

html,body {
	padding: 0;
	margin: 0;
	background-color: black;
	overflow: hidden;
}

.main {
	position: absolute;
	width: 100%;
	height: 100%;
}

.image-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	
	background-image: url("../03　IMAGE/05 Farnature Logo P.jpg");
	background-position: center center;
	background-size: cover;
	
	z-index: 1;
}

.filter {
	
	width: 115%;
	height: 115%;
	position: absolute;
	
	content: "";
	background: inherit;
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-o-filter: blur(20px);
	-ms-filter: blur(20px);
	filter: blur(20px);
	
	top: -20px;
  	left: -20px;
  	right: -20px;
  	bottom: -20px;
	
	z-index: 0;	
}

.contents {
	position: absolute;
	z-index: 2;
	width: 270px;
	height: 540px;
	left: 0px;
	right: 0px;
	margin: 30px auto;
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.4);
}

.header {
	position: relative;
	width: 270px;
	height: 270px;
	padding: 0px;
	margin: 0 auto;

/*	background-image: url("../03　IMAGE/049 Stone Lanterns-LP.jpg");
	background-position: center center;
	background-size: cover;*/
}

.logo {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	background: rgba(1,1,1,0);
}

.title {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 240px auto;
	text-align: center;
	color: ghostwhite;
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, "serif";

	background: rgba(0,0,0,1);
	padding: 5px;
}

.navigation {
	position: relative;
	width: 240px;
	height: 240px;
	padding: 15px;
	margin: 0 auto;
	
	background-color: white;
}

.link {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	
	display: -webkit-box;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-box-pack: justify;
	-webkit-box-align: center;
	
	position: relative;
	z-index: 3;
	width: 240px;
	height: 60px;
	margin: 0px auto;
}
.logo2 {
	width:120px;
	position: relative;
}

.play-button {
	width:60px;
	height:30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	background-color: black;
	
	font-family: "Adobe Garamond Pro";
	color: white;
}